Obsidian Formatting Test

This is a comprehensive test of various markdown formatting options in Obsidian.

Headers

H1

H2

H3

H4

H5
H6

Text Formatting

  • Bold text using double asterisks or double underscores: bold.
  • Italic text using single asterisks or single underscores: italic.
  • Bold and italic using triple asterisks or underscores: bold and italic.
  • Strikethrough using double tildes.
  • Inline code using backticks.
  • Highlighted text using double equals signs.
  • HTML superscript: superscript.
  • HTML subscript: subscript.

testing tabs this should be tabbed and tabbed and tabbed and tabbed and tabbed and tabbed.
tabbed no more.
tabbed again.
tabbed no more
tag

Lists

Unordered Lists

  • Item 1
  • Item 2
    • Nested item 2.1
    • Nested item 2.2
  • Item 3

Ordered Lists

  1. First item
  2. Second item
    3. Nested ordered item 2.1
    4. Nested ordered item 2.2
  3. Third item

Task Lists

  • Unchecked task
  • Checked task

Links

External Links

Internal Links

Images

Local image:src/attachments/JUhOPH.png

Blockquotes

This is a blockquote.
It can span multiple lines.

Nested blockquote.

hmmm

test
not nested

Human beings face ever more complex and urgent problems, and their effectiveness in dealing with these problems is a matter that is critical to the stability and continued progress of society

Doug Engelbart, 1961


testing multiple citations with multiple lines
like
so

trist

Code Blocks

Inline code: console.log("Hello World")
testing text after the inline to work on formatting.

Multiline code block with language specification:

function hello() {
  console.log("Hello from code block");
}

Plain text code block:

This is a plain code block.
No syntax highlighting.

Horizontal Rules


Three dashes.


Three asterisks.


Three underscores.

Tables

Header 1Header 2Header 3
Cell 1Cell 2Cell 3
Cell 4Cell 5Cell 6
Left-alignedCenter-alignedRight-aligned
This is leftThis is centerThis is right

Footnotes

Here is a sentence with a footnote reference.[1]

Another footnote reference.[2]

Mathematical Formulas

Inline math: E=mc2

Display math:

ex2dx=π

Emojis

:smile: :heart: :rocket:

Or directly use emojis: 😀 ❤️ 🚀

Highlighting

This text is highlighted

Callouts

Note Test

notes

Abstract Test

abstract

Info Test

info

Todo Test

todo

Tip Test

tip

Success Test

success

Question Test

answer

Warning Test

warning

Failure Test

failure

Danger Test

danger

Bug Test

bug

Example Test

example

Quote Test

quote

Note

title-less auto populates by type

Nested Callouts

nested

Warning

nested

Combining Formats

Bold with italic inside and code inside bold.

Strikethrough with bold and italic.

Special Characters

Escape characters: *asterisk*, _underscore_, `backtick`, [bracket], etc.

Embedding Files

Embedded note:

Testing embedded note. This has been embedded from Embedded Note

Header tests

Portfolio
Portfolio

Results :


  1. This is the first footnote. ↩︎

  2. This is the second footnote. Footnotes can have multiple lines and formatting. ↩︎